﻿/*轮播 overflow: hidden;*/
.silder {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.silder .list {
    height: auto;
    overflow: hidden;
    position: relative;
}

.silder .list a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    float: left;
}

.silder .list img {
    display: inline-block;
    float: left;
}

.silder .pnum {
    height: 32px;
    text-align: right;
    margin: 0 auto;
    right: 1px;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
}

.silder .pnum li {
    width: 10px;
    font-size: 12px;
    float: left;
    height: 10px;
    line-height: 10px;
    margin: 10px 10px 0 0;
    background: #7070E8;
    display: inline-block;
    text-align: center;
    color: #7070E8;
}

.silder .pnum li.current {
    background: #E9EBF8;
    color: #E9EBF8;
}

.silder .pnum li:hover {
    cursor: pointer;
}

.silder .text {
    color: #fff;
    background: #2E36E3;
    float: left;
    line-height: 32px;
    height: 32px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    text-indent: 10px;
    font-size: 12px;
}